find-plugin:在 DSH 中搜索并受控安装社区插件
find-plugin 是由 graceen2331-prog 维护的 DSH 插件,旨在简化社区插件的搜索、审查与安全安装流程。该插件注册了 `find_plugin` 和 `install_plugin` 两个工具,无需依赖数据库或 Web UI。`find_plugin` 通过 GitHub 搜索带有 `topic:dsh-plugin` 的仓库,进行静态检查、风险披露及无效候选过滤,并返回最多 5 个安全候选项。`install_plugin` 则在获取固定 Commit SHA 并重新验证 Bundle 后,通过 DSH 审批机制(仅允许一次性授权)执行安装,安装过程使用官方插件管理
Read Moredsh-desktop-safe-market:Review-First, Install-Second DSH Plugin Marketplace
`bruc3van/dsh-desktop-safe-market` is a community plugin marketplace for DeepSeek Harness (DSH) with a core concept of "review first, install later." It is not an official store but enhances the security of plugin installation by integrating a security review process. Plugins themselves do not have an interface for executing installation. Instead, they fill security review prompts into a new session, allowing the user to confirm and then let the agent read the repository code for review. After the review passes, the official installation command is executed (prioritizing npm, followed by pre-built packages or source code). This mechanism ensures that the review and installation are structurally inseparable. The plugin provides curated plugin sources (daily snapshots based on manual selection), an installed management panel (supporting enable, disable, uninstall, and secure upgrade), and a read-only skill page. The secure upgrade function first confirms the upstream new version.
Read More